From 991e8b0058d0783c32b3743e3b86b8fde1b78bf1 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Fri, 17 Sep 2021 22:03:29 +0200 Subject: [PATCH] Apply cme fix dpkg --- debian/control | 16 +++++++--------- debian/patches/83_allow_gles_platforms.patch | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 4ebb52d96..8592b165e 100644 --- a/debian/control +++ b/debian/control @@ -75,11 +75,11 @@ Build-Depends: chrpath, xauth, xvfb, zlib1g-dev -Standards-Version: 4.5.0 -Rules-Requires-Root: no +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/science-team/vtk9 Vcs-Git: https://salsa.debian.org/science-team/vtk9.git Homepage: https://www.vtk.org/ +Rules-Requires-Root: no Package: libvtk9-dev Architecture: any @@ -172,10 +172,10 @@ Suggests: java-virtual-machine, libvtk9-dev (= ${binary:Version}), vtk9-doc, vtk9-examples -Replaces: libvtk6-java, - libvtk7-java Breaks: libvtk6-java, libvtk7-java +Replaces: libvtk6-java, + libvtk7-java Description: VTK - Java language support The Visualization Toolkit (VTK) is an object oriented, high level library that allows one to easily write C++ programs, Tcl, Python and @@ -195,11 +195,9 @@ Suggests: mayavi2, vtk9-doc, vtk9-examples Breaks: python3-vtk6, - python3-vtk7, - python3-paraview (<< 5.9.0~rc1-1~) + python3-vtk7 Replaces: python3-vtk6, - python3-vtk7, - python3-paraview (<< 5.9.0~rc1-1~) + python3-vtk7 Description: Python bindings for VTK The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. @@ -225,7 +223,7 @@ Architecture: all Section: doc Depends: doc-base, libjs-jquery, - libjs-mathjax, + libjs-mathjax, ${misc:Depends} Suggests: libvtk9-dev, vtk9-examples diff --git a/debian/patches/83_allow_gles_platforms.patch b/debian/patches/83_allow_gles_platforms.patch index 2e862f542..e08f7a41d 100644 --- a/debian/patches/83_allow_gles_platforms.patch +++ b/debian/patches/83_allow_gles_platforms.patch @@ -1,8 +1,8 @@ -From 572a554967c84bba101cf03e3d22c89113407d49 Mon Sep 17 00:00:00 2001 +Subject: HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES From: Adrian Bunk + Date: Fri, 11 Dec 2020 10:42:37 +0200 -Subject: HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with - OpenGL ES + --- GUISupport/Qt/QVTKOpenGLWindow.cxx | 5 +++++ -- 2.30.2